home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / disk / cdrom / CDAudioList.lha / CDAudioList / CDAudioList.readme < prev    next >
Encoding:
Text File  |  2000-09-03  |  813 b   |  39 lines

  1. Short:      A shell command to list CD audio tracks
  2. Uploader: roland.florac@fnac.net (Roland Florac)
  3. Author:   roland.florac@fnac.net (Roland Florac)
  4. Type:      disk/cdrom
  5. Version:  1.00
  6. Distribution: Aminet
  7.  
  8.  
  9. Requirements:
  10. -------------
  11. An Amiga and a CD ROM drive.
  12.  
  13. Presentation:
  14. -------------
  15. Shell command to list tracks and CDID found on an audio CD.
  16. C source is included.
  17.  
  18. Author:
  19. -------
  20. Based on Piotr Gapinski (narg@polbox.com) work (acdb,
  21. written in E) and on the RKRM SCSI_Direct.c example program.
  22.  
  23. Adapted to C by Roland Florac (roland.florac@fnac.net).
  24.  
  25. Installation:
  26. -------------
  27. Just copy the CDAudioList program in your c: directory.
  28.  
  29. Usage:
  30. ------
  31.     CDAudioList unit [xxx.device]
  32.     scsi.device is used by default
  33.  
  34.     Examples:
  35.     CDAudioList 3 atapi.device
  36.     CDAudioList 3 scsi.device
  37.     CDAudioList 1
  38.  
  39.